unique.cloneSeq.stringOffsets (field)
7 uses
unique (current package)
clone.go#L22: for _, offset := range seq.stringOffsets {
clone.go#L30: var singleStringClone = cloneSeq{stringOffsets: []uintptr{0}}
clone.go#L34: stringOffsets []uintptr
clone.go#L62: seq.stringOffsets = append(seq.stringOffsets, baseOffset+f.Offset)
clone.go#L79: seq.stringOffsets = append(seq.stringOffsets, offset)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |